home *** CD-ROM | disk | FTP | other *** search
/ Fighting Force - Digital Press Kit (Europe) / Fighting Force - Digital Press Kit (Europe).bin / pc / eidos2.dxr / 00132.ls < prev    next >
Encoding:
Text File  |  1997-01-01  |  378 b   |  20 lines

  1. on menusel
  2.   global lan
  3.   if lan = "e" then
  4.     set the visible of sprite 39 to 0
  5.     set the visible of sprite 40 to 0
  6.   else
  7.     nothing()
  8.   end if
  9.   if lan = "f" then
  10.     set the visible of sprite 39 to 1
  11.     set the visible of sprite 40 to 0
  12.   else
  13.   end if
  14.   if lan = "g" then
  15.     set the visible of sprite 39 to 0
  16.     set the visible of sprite 40 to 1
  17.   else
  18.   end if
  19. end
  20.